regexp.Regexp.replaceAll (method)
7 uses
regexp (current package)
regexp.go#L583: b := re.replaceAll(nil, src, n, func(dst []byte, match []int) []byte {
regexp.go#L593: return string(re.replaceAll(nil, src, 2, func(dst []byte, match []int) []byte {
regexp.go#L603: b := re.replaceAll(nil, src, 2, func(dst []byte, match []int) []byte {
regexp.go#L609: func (re *Regexp) replaceAll(bsrc []byte, src string, nmatch int, repl func(dst []byte, m []int) []byte) []byte {
regexp.go#L683: b := re.replaceAll(src, "", n, func(dst []byte, match []int) []byte {
regexp.go#L696: return re.replaceAll(src, "", 2, func(dst []byte, match []int) []byte {
regexp.go#L706: return re.replaceAll(src, "", 2, func(dst []byte, match []int) []byte {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |